home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_143 / rim / rimabstract.txt < prev    next >
Text File  |  1992-05-06  |  3KB  |  53 lines

  1. RIM  -  Relational Information Manager
  2.  
  3. RIM is a relational DBMS which is the ancestor of the Rbase databases
  4. and the various commercial RIMs.
  5. It is presented here complete, with all sources, courtesy of Glenn
  6. Everhart. This is a port to Amiga of the port from VMS to IBM PC, and
  7. as such has still a fairly crude user interface.
  8.   The saving grace of RIM is that it is suitable for VERY large databases,
  9. using B-Tree data storage, and that RIM has a program interface. That is,
  10. if you don't like the way RIM handles data input and/or reporting, you
  11. can replace it with your own. The included documents give the complete
  12. story on this. (You'll need a Fortran compiler to do this; the Absoft
  13. Fortran 2.3 was used here and is quite reasonable as an Amiga language.
  14. No guarantees this code will work can be given for any other Fortran.)
  15.   To use RIM, you should at least look at the RIMCRD.DOC file in the
  16. document archive (preferably read the manual!!!). Then de-archive the
  17. RIM executable and the HELPDB1, HELPDB2, and HELPDB3 files in the area
  18. you want to run RIM from. HELPDBn are the HELP database. Unless these
  19. are in your default directory, RIM will not be able to respond to the
  20. HELP command.
  21.   The version of RIM here should be able to handle all databases handled
  22. by the VAX/VMS version of RIM, or by the IBM PC version (available from
  23. PC Blue or various other places). You'll need to use the database
  24. import/export facilities, since the internals of the databases differ
  25. from little-endian machines to big-endian ones. The Rbase databases
  26. may not be able to handle the full size of these databases, and I know
  27. nothing of what the commercial versions can do.
  28.    While you should need no extra stack to run RIM (it was compiled with
  29. the -H option to force memory allocation from the heap), you may well
  30. need more than 512K.
  31.    RIM may still have some rough edges. I'd appreciate hearing from
  32. anyone who finds something that fails.
  33.    RIM is public domain, but I'd like to ask that if you like RIM and
  34. use it, please send me some encouragement to continue developing Amiga
  35. utilities.  Code for something YOU are working on would be most appreciated.
  36. Failing that, donations of $10 are solicited. Anyone sending me $15 and
  37. his address and a note that he wants a copy of RIM will receive a disk
  38. containing the RIM kit: executable, documents, sources, and whatever else
  39. fits, for the current version.  (A $15.00 donation can also be used to get
  40. me to send you the latest AnalytiCalc spreadsheet, which fits -barely -
  41. into 512K and will do LOTS of stuff the commercial sheets can't. It
  42. needs to be run from an interlaced screen (interlace turned on in 
  43. Preferences), as did the older one on Fish disk 104. (If you try to run
  44. AnalytiCalc without booting from a disk with interlace turned on by
  45. Preferences, it may crash all the way back to asking for Kickstart on
  46. an A1000, or for Workbench disk in A500/A2000.)
  47.    Anyone developing a better front end to RIM is urged to send me a copy
  48. for inclusion in the distribution. I'll find a way to repay such an effort
  49. most handsomely.
  50.     Glenn Everhart
  51.     25 Sleigh Ride Rd
  52.     Glen Mills, PA 19342
  53.